home *** CD-ROM | disk | FTP | other *** search
- Path: wilks.demon.co.uk!Ian
- From: Ian <IMW@wilks.demon.co.uk>
- Newsgroups: comp.lang.c++
- Subject: Re: Entry level help
- Date: Tue, 2 Apr 1996 23:14:47 +0100
- Organization: Ian
- Sender: Ian M Wilks <Ian@wilks.demon.co.uk>
- Distribution: world
- Message-ID: <sAmgQEAXbaYxEw4M@wilks.demon.co.uk>
- References: <4jnqk5$9l6@geraldo.cc.utexas.edu>
- NNTP-Posting-Host: wilks.demon.co.uk
- X-NNTP-Posting-Host: wilks.demon.co.uk
- MIME-Version: 1.0
- X-Newsreader: Turnpike Version 1.10 <xKZkCHGGMISoFYLnpOdd648JTZ>
-
- Try this:
-
- >#include <iostream.h>
-
- >int main(void)
- >{
- >cout << "come up and c++ me some time.";
- >cout << "\n";
- >return 0;
- >}
-
-
- The header file is iostream .h
-
- Obviously a typing error.
-